home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / CDTV / cdtvtools-11 / includes / cdfs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-24  |  512 b   |  28 lines

  1. #ifndef CDFS_H
  2. #define CDFS_H
  3. /*
  4. ** CD File System Include File
  5. **
  6. **    Copyright (c) 1991 Commodore Electronics Ltd.
  7. **    All rights reserved. Confidential and Proprietary.
  8. **    CDTV is a trademark of Commodore Electronics Ltd.
  9. **
  10. **    Written by: John J. Szucs
  11. **                Commodore Electronics Ltd.
  12. **
  13. **    Version of: March 15, 1991 - Szucs
  14. **                Created; ACTION_DIRECT_READ definition
  15. **
  16. */
  17.  
  18. /*
  19. **
  20. ** CDFS packets
  21. **
  22. **  Packets specific to CDFS.
  23. **
  24. */
  25. #define    ACTION_DIRECT_READ    1900
  26.  
  27. #endif    /*CDFS_H */
  28.